home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #5
/
Amiga Plus CD - 2000 - No. 5.iso
/
Tools
/
Dev
/
lame_src
/
id3tag.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-01-01
|
316b
|
16 lines
#ifndef ID3TAG_H_INCLUDED
#define ID3TAG_H_INCLUDED
#include "lame.h"
void id3_inittag(ID3TAGDATA *tag);
void id3_buildtag(ID3TAGDATA *tag);
int id3_writetag(char* filename, ID3TAGDATA *tag);
/*
* Array of all possible music genre. Grabbed from id3ed
*/
extern int genre_last;
extern char *genre_list[];
#endif